C1.Win.RulesManager Namespace / CustomItemRange Class / CustomItemRange Constructor / CustomItemRange Constructor(Int32,Int32,IEnumerable<String>)
Fist item index.
Last item index.
Fields name collection.

In This Topic
CustomItemRange Constructor(Int32,Int32,IEnumerable<String>)
In This Topic
Initializes a new instance of the CustomItemRange.
Syntax
'Declaration
 
Public Function New( _
   ByVal first As Integer, _
   ByVal last As Integer, _
   ByVal fields As IEnumerable(Of String) _
)
 

Parameters

first
Fist item index.
last
Last item index.
fields
Fields name collection.
See Also